home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CD\FX\SPOOL\KUENTOS
- IF EXIST OUTPUT.BAT DEL OUTPUT.BAT
- FOR %%A IN (*.WOM) DO RFILTERC %%A
- IF EXIST OUTPUT.BAT CALL OUTPUT
- IF EXIST OUTPUT.BAT DEL OUTPUT.BAT
- HOME
- CASTOFF
- REM USE ATSEND TO INITIALIZE MODEM
- REM
- ATSEND &F
- ATSEND &F
- ATSEND S95=47&D2&S1%%C1W1\N2%%M3S48=0S95=47&Q9
- REM
- REM SET FX VALUE
- SET FXUUCP=F:\FX\FXUUCP.CFG
- CD\FX\UUCP
- CLS
- REM ERASE OLD LOG INFO FILES
- ERASE \FX\UUCICO
- REM RUN FXUUCICO (version 1.0)
- \FX\UUCICO -V -r99 -t60 -s kuentos -x4
- DEBUG2
- REM Check if any mail recieved
- CD \FX\SPOOL\KUENTOS
- REM IF NO MAIL, WE ARE DONE
- IF NOT EXIST *.D GOTO END
- REM I use drive N: in a batch file to move the mail
- MAP N:=F:\MAIL
- REM Rather than Scanning for Files, I create a file
- REM with the Directory of the Files
- DIR *.D >TEMP.$$$
- REM Run the Mail Processing Program using GCC host and Postmaster name
- REM Info now gotten from HOST.DAT FILE
- \FX\MAILFIXF
- REM .X Files are used by mailfix, and are save to Zip File.
- REM The Files are not necessary, but I save them for awhile.
- PKZIP -M \FX\ZIP\SAVEX *.X
- REM Run the batch file create by mailfixf program
- OUTPUT
- :END
- F:
- REM Program to return to my home directory
- HOME
- CASTON
-